<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after/>
        <action>ScoreDedication</action>
        <scheme>;;;ScoreDedication
	(if (d-PreviousMovement)
		(d-WarningDialog "Returning to the first Movement to set this."))
	(while (d-PreviousMovement)
		(display "Seeking first movement"))
        (SetHeaderField "dedication")
        (d-DirectivePut-paper-postfix "PrintAllHeaders" "printallheaders = ##t\n")
        (d-RefreshDisplay)
        </scheme>
        <label>Dedication</label>
        <tooltip>The dedicatee of the music, centered at the top of the first page.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
